go/build.Context.eval (method)

4 uses

	go/build (current package)
		build.go#L1587: 		shouldBuild = ctxt.eval(x, allTags)
		build.go#L1608: 				if !ctxt.eval(x, allTags) {
		build.go#L1926: 	return ctxt.eval(x, allTags)
		build.go#L1929: func (ctxt *Context) eval(x constraint.Expr, allTags map[string]bool) bool {